home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / usr / share / doc / python-apt / README < prev    next >
Text File  |  2009-09-25  |  408b  |  16 lines

  1. Python-apt is a wrapper to use features of apt from python.
  2.  
  3. It contains the following modules:
  4.  
  5. C++ Wrapper:
  6. ------------
  7. apt_pkg - access to libapt-pkg (wrapper to the lowlevel c++ code)
  8. apt_inst - access to libapt-inst (wrapper to the lowlevel c++ code)
  9.  
  10. Python module:
  11. --------------
  12. WARNING: the API of this module is not stable yet
  13.  
  14. apt - high level python interface build on top of apt_pkg, apt_inst
  15.  
  16.